Fix a nefarious typo
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Nov 2017 17:04:48 +0000 (17:04 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 2 Dec 2017 10:38:38 +0000 (10:38 +0000)
gdk/win32/gdkdnd-win32.c

index ab10892ff9ffa29eca7eda60f87eb674da914957..39e0b74906a75e69261c459621849279c9484da1 100644 (file)
@@ -2736,7 +2736,7 @@ gdk_drag_anim_timeout (gpointer data)
   gdk_window_show (context->drag_window);
   gdk_window_move (context->drag_window,
                    context->last_x + (context->start_x - context->last_x) * t - context->hot_x,
-                   сontext->last_y + (context->start_y - context->last_y) * t - context->hot_y);
+                   context->last_y + (context->start_y - context->last_y) * t - context->hot_y);
   gdk_window_set_opacity (context->drag_window, 1.0 - f);
 
   return G_SOURCE_CONTINUE;